home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / wgplt338.zip / README.WIN < prev    next >
Text File  |  1992-10-31  |  3KB  |  76 lines

  1. README file for MS Windows version of gnuplot.
  2. 6th October 1992
  3.  
  4. The EXE is called WGNUPLOT.EXE.
  5.  
  6. WGNUPLOT.HLP must be in the same directory as WGNUPLOT.EXE.
  7. COMMDLG.DLL (available with Windows 3.1 or Borland C++ 3.1)
  8. must be in the windows directory.
  9.  
  10. It runs in standard and enhanced modes on a 386SX.
  11.  
  12. It won't run in real mode for obvious reasons - not enough memory.
  13.  
  14. The "gnuplot graph" window has two options on the system menu -
  15. "Print" and "Copy to Clipboard".  The "Print" option allows selection
  16. of the printer and scaling of the output.  
  17. "Copy to Clipboard" copies a bitmap and a Metafile picture.
  18.  
  19. If 'set output "PRN"' is used, output will go to a temporary file.
  20. When gnuplot is exited or when the output is changed with another 
  21. 'set output' command, a dialog box will appear for you to select
  22. a Windows printer.  If you choose OK, the output will be printed
  23. on the selected printer, passing unmodified through the print
  24. manager.  It is possible to accidently (or deliberately) send 
  25. printer output meant for one printer to an incompatible printer,
  26. thus printing garbage.
  27.  
  28. An extra command 'screendump' selects the "Print" command from 
  29. the "gnuplot graph" window.
  30.  
  31. The makefile is makefile.win.  Windows gnuplot can only be created with
  32. Borland C++ 3.1.  Before making wgnuplot you will need to edit the 
  33. TC = line to specify the location of your compiler.
  34.  
  35. Before creating wgnuplot, the files wingraph.uue and wintext.uue will 
  36. need to be uudecoded to wingraph.ico and wintext.ico respectively.
  37.  
  38. Windows help is provided but is limited by the original gnuplot.doc file.
  39.  
  40. Text justification depends on the default screen size and default
  41. system font.  Changing either of these will stuff up the justification.
  42.  
  43. Menu Bar:
  44. ---------
  45. If the menu file WGNUPLOT.MNU is found in the same directory as
  46. WGNUPLOT.EXE, then the menu specified in WGNUPLOT.MNU will
  47. be loaded.
  48.  
  49. Menu commands are:
  50.   [Menu]    Start a new menu with the name on the following line
  51.   [EndMenu]    End current menu.
  52.   --        Insert a horizontal menu separator
  53.   |        Insert a vertical menu separator
  54.  
  55. Macros take two lines with the macro name (menu entry) on the first
  56. line and the macro on the second line.  Leading spaces are ignored.
  57.  
  58. Macros commands are:
  59.   [INPUT]    Input string with prompt terminated by [EOS] or {ENTER}
  60.   [EOS]        End Of String terminator.  Generates no output.
  61.   [FILELIST]    Get filename from list box, with title of list box
  62.         terminated by [EOS], followed by default filename
  63.         terminated by [EOS] or {ENTER}
  64.         This uses COMMDLG.DLL from Windows 3.1.
  65.  
  66. Macros character substitutions are:
  67.   {ENTER}       Carriage Return '\r'
  68.   {TAB}    Tab     '\011'
  69.   {ESC}    Escape  '\033'
  70.   {^A}          '\001'
  71.   ...
  72.   {^_}          '\031'
  73.  
  74. Macros are limited to 256 characters after expansion.
  75.  
  76.